func strings.longestCommonSuffix
2 uses
strings (current package)
search.go#L81: lenSuffix := longestCommonSuffix(pattern, pattern[1:i+1])
search.go#L91: func longestCommonSuffix(a, b string) (i int) {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)